home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / myas.dir / 00008_flashClose.ls < prev    next >
Encoding:
Text File  |  2001-09-07  |  208 b   |  14 lines

  1. global gMovie, gFrame
  2.  
  3. on exitFrame me
  4.   if gFrame = VOID then
  5.     gFrame = 1
  6.   end if
  7.   if sprite(me.spriteNum).playing = 1 then
  8.     go(the frame)
  9.   else
  10.     go(gFrame, gMovie)
  11.     gFrame = "1"
  12.   end if
  13. end
  14.